home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / GNU / ispell_src.lha / ispell-3.1.18src / addons / nextispell / configureTeX < prev    next >
Encoding:
Text File  |  1995-01-23  |  295 b   |  15 lines

  1. #!/bin/sh
  2. # Moritz Willers
  3. # 21. September 1993
  4. # Version 0.2
  5. #
  6. # Usage:
  7. #
  8. USAGE='Usage: configureTeX [-r]'
  9. #
  10. # configureTeX is the same as running configure with the -t switch.
  11. # It is provided solely for backwards compatibility with previous
  12. # distributions of nextispell.
  13. #
  14. ./configure -t $*
  15.